Version 24.2 (latest)

RearrangedList<T> Class Methods

For a list of all members of this type, see RearrangedList<T> members.

Public Methods
 NameDescription
Public MethodAddAdds an item to the collection.  
Public MethodClearClears the collection.  
Public MethodContainsChecks whether or not the item is present in the collection.  
Public MethodCopyToCopies the items in the collection to the array, starting at the specified index.  
Public MethodGetEnumeratorGets the enumerator for iterating through all items in the collection.  
Public MethodIndexOfGets the index of the given item.  
Public MethodInsertInserts an item into the collection at the specified index.  
Public MethodRemoveRemoves the specified item from the collection.  
Public MethodRemoveAtRemoves the item at the specified index.  
See Also